Content Library Subscriptions CreateSpecNewSubscribedLibrary
The Content Library Subscriptions CreateSpecNewSubscribedLibrary schema defines the information required to create a new subscribed library.
This schema was added in vSphere API 6.7.2.
{
"name": "string",
"description": "string",
"storage_backings": [
{
"type": "string",
"datastore_id": "string",
"storage_uri": "string"
}
],
"automatic_sync_enabled": false,
"on_demand": false
}
Name of the subscribed library.
This property was added in vSphere API 6.7.2.
Description of the subscribed library.
This property was added in vSphere API 6.7.2.
If missing or null
, the description will be an empty string.
The list of default storage backings for this library.
The list must contain exactly one storage backing. Multiple default storage locations are not currently supported but may become supported in future releases.
This property was added in vSphere API 6.7.2.
Specifies whether the library should participate in automatic library synchronization.
This property was added in vSphere API 6.7.2.
Specifies whether a library item's content will be synchronized only on demand.
This property was added in vSphere API 6.7.2.